mwinkel-dev

Results 180 comments of mwinkel-dev

Hi @ahaglory, Additional experiments confirm that `mdisp` can indeed use the tree paths from the `$MDSPLUS_DIR/local/envsyms` file. Use of `envsyms` is the recommended (and usual) way to specify tree paths....

Hi @ahaglory, Here is another simple test to determine if your mdsip server is configured correctly. ``` $ source $MDSPLUS_DIR/setup.sh $ export kstar_path=mdsw:8000:: $ mdstcl TCL> set tree kstar /shot=33536...

Hi @ahaglory and @kgerickson, I am curious if this issue has been resolved. Did the advice in the following post solve the issue? https://github.com/MDSplus/mdsplus/issues/2684#issuecomment-1889957986

Hi @ahaglory and @kgerickson, I am curious if this issue has been resolved. Did the suggestions made on 12-Jan-2024 (third and fourth posts that day) fix the issue? Thanks, -MarkW

Hi @ahaglory, Thank you for the additional information. I will now install `stable-7.132.0` and see if I can reproduce the problem.

Hi @ahaglory and @kgerickson, Conjecture: cherry-picking PRs #2526 and #2533 to `stable` will likely fix this issue. Now for the details . . . My initial experiments have been with...

With @ahaglory 's additional information, was able to reproduce this bug using `stable`. And also confirmed again that the bug does not exist in `alpha`. So now the task is...

Hi @ahaglory and @kgerickson, This bug is a duplicate of PR #2418. Experiments confirmed that it is the essential cherry-pick needed for the `stable` branch. PRs #2526 and #2533 are...

Additional testing indicates that the buffer overflow occurs when the full path (less the leaf node) is 125 visible characters. (There are also some new line characters, thus the total...

Investigation reveals that there are two bugs in the `tcl/tcl_directory.c` file. The buffer overflow occurs when the path length (plus new line characters) exceeds the `msg` buffer size. This buffer...