summaryrefslogtreecommitdiffstats
path: root/gluster/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Add validation decoratorsPrashanth Pai2016-06-151-0/+62
As glfs and glfd are pointers to memory locations, passing invalid values of glfs and glfd to the libgfapi C library can result in segfault. This patch introduces decorators that validate glfs and glfd before calling correspoding C APIs. Change-Id: I4e86bd8e436e23cd41f75f428d246939c820bb9c Signed-off-by: Prashanth Pai <ppai@redhat.com>