* [LTP] [PATCH] syscalls/chmod02: Fix wrong address of buf as write() argument
@ 2013-06-05 2:08 Jungsoo Son
0 siblings, 0 replies; only message in thread
From: Jungsoo Son @ 2013-06-05 2:08 UTC (permalink / raw)
To: ltp-list
Signed-off-by: jungsoo.son <jungsoo.son@lge.com>
---
testcases/kernel/syscalls/chmod/chmod02.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/kernel/syscalls/chmod/chmod02.c
b/testcases/kernel/syscalls/chmod/chmod02.c
index 242cbd3..b1c331a 100644
--- a/testcases/kernel/syscalls/chmod/chmod02.c
+++ b/testcases/kernel/syscalls/chmod/chmod02.c
@@ -187,7 +187,7 @@ void setup()
if ((fd = open(fname, O_RDWR | O_CREAT, 0700)) == -1) {
tst_brkm(TBROK | TERRNO, cleanup,
"open(%s, O_RDWR|O_CREAT,0700) failed", fname);
- } else if (write(fd, &buf, strlen(buf)) == -1) {
+ } else if (write(fd, buf, strlen(buf)) == -1) {
tst_brkm(TBROK | TERRNO, cleanup,
"write(%s, &buf, strlen(buf)) failed", fname);
} else if (close(fd) == -1) {
--
1.7.9.5
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-05 2:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05 2:08 [LTP] [PATCH] syscalls/chmod02: Fix wrong address of buf as write() argument Jungsoo Son
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox