summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJeremy Nicholl <jnicholl@rim.com>2012-12-10 14:56:17 -0500
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-14 18:24:31 +0100
commit67195dc394001ee1c9adc7db97fd6ff9d88e9b0c (patch)
tree12631af4ba6b44b0b1364adad634f09fb0f4ca16 /lib
parent90cb4d8e2e15ec3ebcf008dbc2d1b0c3cb975791 (diff)
Fix malloc errors from legacy realpath on Mac OSX.
Avoid using realpath(X,0) on Mac OSX at all, since even on versions of OSX where realpath(X,0) is supported, we still get the legacy version due to our compiler flags. If we were to change the -mmacosx-version-min to 10.5 or higher then this patch would be safe but unnecessary. Task-number: QTBUG-28282 Change-Id: Iee21003f3e9616482483a05ceee706b476091914 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions