Branch: refs/heads/main
Revision: ee492a0fa4b155535d4af81651c8c2ba4d665289
Author: John H. Hartman
Link: Replace sprintf with snprintf in the runtime by jhh67 · Pull Request #21021 · chapel-lang/chapel · GitHub
Log Message:
Replace sprintf with snprintf in the runtime
Replace sprintf with snprintf in the runtime Resolves https://github.com/Cray/chapel-private/issues/3996.
Compare: Comparing 7ea8e7ad660755c7f31a7dc8d6382459ec39b725...ee492a0fa4b155535d4af81651c8c2ba4d665289 · chapel-lang/chapel · GitHub
Diff: https://github.com/chapel-lang/chapel/pull/21021.diff
Modified Files:
doc/util/literate_chapel.py,runtime/src/chpl-init.c,runtime/src/chpl-launcher-common.c,runtime/src/chpl-string-support.c,runtime/src/chplcast.c,runtime/src/chplmemtrack.c,runtime/src/config.c,runtime/src/launch/aprun/aprun-utils.c,runtime/src/launch/dummy/launch-dummy.c,runtime/src/launch/lsf-gasnetrun_ibv/launch-lsf-gasnetrun_ibv.c,runtime/src/launch/mpirun/launch-mpirun.c,runtime/src/launch/pbs-aprun/aprun-utils.c,runtime/src/launch/pbs-aprun/launch-pbs-aprun.c,runtime/src/launch/pbs-gasnetrun_ibv/launch-pbs-gasnetrun_ibv.c,runtime/src/launch/slurm-gasnetrun_common/slurm-gasnetrun_common.h,runtime/src/launch/slurm-srun/launch-slurm-srun.c,runtime/src/qio/qio.c,runtime/src/tasks/fifo/tasks-fifo.c,runtime/src/tasks/qthreads/tasks-qthreads.c,runtime/src/threads/pthreads/threads-pthreads.c
Added Files:
Removed Files:
doc/util/chpl2md.py