This was noticed due to the fact that the package compile failed SUSE open build
service sanity checks.
---
 source/clients/qmon/qmon_arsub.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/clients/qmon/qmon_arsub.c b/source/clients/qmon/qmon_arsub.c
index b5aea8bdb..6683f5394 100644
--- a/source/clients/qmon/qmon_arsub.c
+++ b/source/clients/qmon/qmon_arsub.c
@@ -514,7 +514,7 @@ String qmonARSubRequestType(void)
    XmtDialogGetDialogValues(arsub_layout, &ARSMData);
 
    if (ARSMData.pe) {
-      sprintf(buf, sizeof buf,
+      snprintf(buf, sizeof buf,
               XmtLocalize(arsub_layout, "@fBParallel AR Request - %s",
                            "@fBParallel AR Request - %s"),
               ARSMData.pe);
-- 
2.17.2

_______________________________________________
SGE-discuss mailing list
[email protected]
https://arc.liv.ac.uk/mailman/listinfo/sge-discuss

Reply via email to