You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
string_vector(value) has no truncating effect on the passed arguments. It is drmaa_set_vector_attribute that appears to have a buffer overflow of some sort and caps all arguments at 1024 chars.
The text was updated successfully, but these errors were encountered:
This can be easily seen by with following simple test (and can be stepped through with pdb):
which shows clearly that job_template.args is truncated at 1024 chars. Setting job_template.args calls
__set__
fromdrmaa/helpers.py
:string_vector(value)
has no truncating effect on the passed arguments. It isdrmaa_set_vector_attribute
that appears to have a buffer overflow of some sort and caps all arguments at 1024 chars.The text was updated successfully, but these errors were encountered: