]> sourceware.org Git - systemtap.git/commit
dwflpp: use fixed-size buffers for ldd parsing
authorJosh Stone <jistone@redhat.com>
Tue, 3 May 2016 01:43:28 +0000 (18:43 -0700)
committerJosh Stone <jistone@redhat.com>
Tue, 3 May 2016 01:43:28 +0000 (18:43 -0700)
commit5416b1e1cfe21002c9d2651911127845d0a67211
treeb36c9ee1ad5f48aa0fbd6a57ded1cfb5954207a3
parente38a25d2b171425bae3de9610cf99966fb7208bc
dwflpp: use fixed-size buffers for ldd parsing

The dynamic string allocation causes trouble on RHEL5 -- %as is always
parsed as a float under C++11, but %ms requires glibc >= 2.7.  But we
already used a fixed buffer for the line, so additional fixed buffers
are not a big deal for its substrings.
dwflpp.cxx
This page took 0.024139 seconds and 5 git commands to generate.