Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

call to __builtin__strncat_chk might overflow destination butter #7

Open
eudoxos opened this issue Oct 21, 2016 · 5 comments
Open

call to __builtin__strncat_chk might overflow destination butter #7

eudoxos opened this issue Oct 21, 2016 · 5 comments

Comments

@eudoxos
Copy link

eudoxos commented Oct 21, 2016

I am getting this with fresh checkout (ubuntu 16.04, gcc 5.4.0):

In function ‘strncat’,
    inlined from ‘alsaFakeResponse.isra.0’ at alsa-ajg.c:60:12:
/usr/include/x86_64-linux-gnu/bits/string3.h:156:10: error: call to __builtin___strncat_chk might overflow destination buffer [-Werror]
   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));

The workaround is to call ./configure CFLAGS=-Wno-error .

@fulup-bzh
Copy link
Owner

Sorry for the delay, I need to checkout how to compile without no-warning flag.
Thank you reporting.

@fulup-bzh
Copy link
Owner

Unfortunately I do not have time to work on AlsaJsonGateway. I'm currently working on the Audio Advance (AGL) Architecture for Automotive Grade Linux and have no bandwidth for anything else.

On the long run my goal it to replace AlsaJsonGateway with AGL audio stack, but I doubt that I will start this before the end of 2017.

Sorry.

@wstephan
Copy link

Hi
i want to buy the 18i8 and looked around in the net, found your video and great work. But when i want to compile the Gateway, i got this error.
Do you know another good mixer for the 18i8 or do you work allready on the AGL audio stack?

Thank's again for the work you've done allready.
Best regards
Steve

@trebmuh
Copy link

trebmuh commented Feb 17, 2018

@wstephan : you can have a look at https://github.com/x42/scarlett-mixer

@wstephan
Copy link

:-) Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants