commit | 8ea80ca4f583e377c902811d42626ccfce16913f | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Sun Feb 19 09:56:18 2006 +0100 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Sun Feb 19 09:56:18 2006 +0100 |
tree | 2208839aa866cebc990271fbaa86eabc432a8658 | |
parent | 41370d3b5ec6401c5cf0df82297ed989c03a64bd [diff] |
kbuild: fix segfault in modpost Do not try to look up section name until we know it is not a special section. Otherwise we will address outside legal space and segfault. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>