Fix undefined behavior flagged by UBSAN
[alexxy/gromacs.git] / admin / ubsan-suppressions.txt
1 # Add UBSAN suppressions here, with a leading comment about how and
2 # why it is appropriate, and any circumstances about when it should be
3 # removed.
4
5 # This is only a problem when using the built-in XDR implementation of
6 # xdr_vector. It supplies an extra argument needed for xdr_string
7 # which is unused by other xdr_* primitives like xdr_float. The issue
8 # is harmless and only active when not using a system XDR library.
9 function:xdr_vector