printf (_("foo %s%n"), some_string, &n); is ok even with -D_FORTIFY_SOURCE=2
How is this considered ok? Is _("abc") placing the translation in non-writable memory?
Paolo
printf (_("foo %s%n"), some_string, &n); is ok even with -D_FORTIFY_SOURCE=2
How is this considered ok? Is _("abc") placing the translation in non-writable memory?
Paolo