[PATCH] devtools: fix symbols check

Thomas Monjalon thomas at monjalon.net
Tue Mar 8 22:21:40 CET 2022


08/03/2022 22:18, Thomas Monjalon:
> In some environments, the check of local symbols catch-all
> was failing. Note: this script is called during the build.
> 
> The reason is that grep returns an error if nothing is found.
> The option -e of the shell script makes this error fatal.
> It is not always fatal because the grep is in a command substitution.
> 
> Fixes: b403498e1422 ("build: hide local symbols in shared libraries")
> 
> Reported-by: Usama Arif <usama.arif at bytedance.com>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>

Applied quickly to fix the build in some environments.





More information about the dev mailing list