shaikshavali1

Results 8 issues of shaikshavali1

**Original Test case writev02:** The file is created and write() is called with valid buffer to write at some 8k th offset. After that writev() will be called with invalid...

p3

Original Test case: The original test case performs below operation. sub-test1: Invoke mprotect() with an address of 0. Check if error is set to ENOMEM. sub-test2: Invoke mprotect() with an...

p2

After analysis, I found that write system call on pipe is generating both SIGPIPE and EPIPE even though we register a sighandler for SIGPIPE. This behaviour differs from pipe documentation...

bug
ltp
p2

**Original Test case:** Use sigaction(2) to set a signal handler for SIGUSR1. There are 4 test cases: 1) Set SA_RESETHAND and SA_SIGINFO. When the handler runs, SA_SIGINFO should be set....

p2

When we executing the LTP test case found that gethostbyname_r syscall is not returning ERANGE when invalid buffer length is passed. As per the man page "https://linux.die.net/man/3/gethostbyname_r" it should return...

bug
ltp
area: compatibility
p2

This test case tests “getgroups01” system call behavior by passing different parameter values. Below are the test cases. Sub-Test-Case-1: Check to see if getgroups(-1, gidset) fails and sets errno to...

bug
p3
ltp
area: compatibility
cleanup

In SGX-LKL, we have a mechanism to set `sysconf` values here: https://github.com/lsds/sgx-lkl/blob/529f6ca86d9937dfb31685c65f78588cf5ff39fa/src/main-oe/sgxlkl_run_oe.c#L694 Currently this is untrusted, and it should be extended to take values from the app_config. One of the...

bug
enhancement
area: attestation
p1
ltp

In sgx-lkl, the file system information returned from statfs() syscall contains zero for the parameters total number of blocks(f_blocks), free blocks (f_bfree) and free blocks available to unprivileged user(f_bavail).

bug
ltp