istopwg / ippsample

IPP sample implementations.
http://istopwg.github.io/ippsample
Apache License 2.0
226 stars 83 forks source link

Fix clang error with dirabs[256] #206

Closed ghost closed 4 years ago

ghost commented 4 years ago

Use dirabs[PATH_MAX + 1]

michaelrsweet commented 4 years ago

@ron42 It would be useful to know what the clang error actually is, since I am unable to reproduce this...

ghost commented 4 years ago

@michaelrsweet See issue #205 for the error message.

michaelrsweet commented 4 years ago

Fixed directly in issue #205.