tags 715008 patch tags 715008 confirmed thanks The code is broken:
$ cat dcmqrdb/include/dcmtk/dcmqrdb/dcmqridx.h
[...]
char StudyInstanceUID [UI_MAX_LENGTH] ;
should read instead:
char StudyInstanceUID [UI_MAX_LENGTH+1] ;
Thanks
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

