summaryrefslogtreecommitdiffstats
path: root/cli/src/cli-cmd.c
diff options
context:
space:
mode:
authorvmallika <vmallika@redhat.com>2015-04-28 12:52:56 +0530
committerVijay Bellur <vbellur@redhat.com>2015-05-02 02:35:51 -0700
commit52e005c450ef0d2de41efb6cb82e6f83d6228976 (patch)
treea73c2bf9696f9847ab6c29970b2c306886467180 /cli/src/cli-cmd.c
parent4603b3efc2c10519b22dd486211fd5cc7f0de0b0 (diff)
quota: Validate NULL inode from the entries received in readdirp_cbk
This is a backport of http://review.gluster.org/#/c/10416/ > In quota readdirp_cbk, inode ctx filled for the all entries > received. > In marker readdirp_cbk, files/directories are inspected for > dirty > > There is no guarantee that entry->inode is populated. > If entry->inode is NULL, this needs to be treated as readdir > > Change-Id: Id2d17bb89e4770845ce1f13d73abc2b3c5826c06 > BUG: 1215550 > Signed-off-by: vmallika <vmallika@redhat.com> > Reviewed-on: http://review.gluster.org/10416 > Tested-by: NetBSD Build System > Tested-by: Gluster Build System <jenkins@build.gluster.com> > Reviewed-by: Raghavendra G <rgowdapp@redhat.com> > Tested-by: Raghavendra G <rgowdapp@redhat.com> Change-Id: I6e01b16bae1555efb6c20e49c9c473d81c6d46a0 BUG: 1217406 Signed-off-by: vmallika <vmallika@redhat.com> Reviewed-on: http://review.gluster.org/10468 Reviewed-by: Raghavendra G <rgowdapp@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Tested-by: NetBSD Build System Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'cli/src/cli-cmd.c')
0 files changed, 0 insertions, 0 deletions
7'>extras/devel-tools: script to strace processesMilind Changire2018-09-191-0/+55 * logrotate: utilize the new 'maxsize' optionAmar Tumballi2018-09-193-5/+35 * extras/devel-tools: script to resolve backtracesMilind Changire2018-09-181-11/+16 * tests/dht: Uncomment cleanup stepsN Balachandran2018-09-181-5/+5 * tests: fixes to bug-1015990-rep.tRavishankar N2018-09-181-14/+7 * posix: Fix exporting default value for `export-statfs-size`Aravinda VK2018-09-181-1/+3 * geo-rep: Fix issues related config setKotresh HR2018-09-186-11/+20 * glusterd: acquire lock to update volinfo structureSanju Rakonde2018-09-183-34/+42 * event: get time by clock_gettime as pthread_cond_timedwait usingKinglong Mee2018-09-171-1/+2 * protocol/server: NULL pointer dereferencing clang fixShwetha K Acharya2018-09-172-4/+14 * glusterd: NULL pointer dereferencing clang FixHarpreet Lalwani2018-09-171-1/+1 * glusterd : fix coverity issue in glusterd-store.cSunny Kumar2018-09-171-1/+6 * tests/dht: Add tests for file createN Balachandran2018-09-172-0/+159 * packaging: glusterfs.spec(.in) cleanupKaleb S. KEITHLEY2018-09-171-20/+20 * gfapi: Cleanup alias fileShyamsundarR2018-09-173-7/+1 * libglusterfs/src/dict.c : use xxhash64 for hashing.Yaniv Kaul2018-09-171-13/+13 * extras/hooks: General improvements to S30samba-start.shAnoop C S2018-09-141-13/+13 * socket: set 42 as default tpc-user-timeoutXavi Hernandez2018-09-141-3/+3 * glusterd: Update op-version from 4.2 to 5.0ShyamsundarR2018-09-135-20/+22 * build: cleanup xlator link, --no-undefined, libuuidv6devKaleb S. KEITHLEY2018-09-128-18/+24 * template files: revert clangAmar Tumballi2018-09-125-1169/+1260 * Land part 2 of clang-format changesGluster Ant2018-09-12490-439790/+426792 * Land clang-format changesGluster Ant2018-09-12364-31211/+29701 * clang-format: add the config fileAmar Tumballi2018-09-125-1/+151 * doc: make developer-index.md as READMEAmar Tumballi2018-09-121-0/+0 * dht: Use snprintf instead of strncpyN Balachandran2018-09-121-9/+20 * doc: add coding-standard and commit-msg link in READMEAmar Tumballi2018-09-111-0/+8 * mount/fuse: convert ENOENT to ESTALE in open(dir)_resumeRaghavendra G2018-09-111-0/+9 * mgmt xlators: store boolean fields using integerYaniv Kaul2018-