mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 03:40:15 +00:00
Some functions in the kernel, which create a static object and return its address, are declared with a GCC 'const' attribute, which can cause GCC 4.9 to optimize the function call out and use the static object's address without calling the constructor. Fixes #1509
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
7df3c35beaecb0915782bb9d572e2ee973d572c6
|